@charset "utf-8"; 
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe {
    border: 0;
}

i {
    font-style: normal;
}

[hidefocus] {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    margin: 0
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

pre {
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend,
a {
    outline: 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

body {
    background: url(../images/bg.png);
    border-top: 0px solid #D22F2F;
}

* [class*="icon-"]::before {
    font-family: iconfont;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.mb {
    margin-bottom: 32px;
}

.bgfff {
    background: #fff
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

*[hidden] {
    display: none;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.contain {
    width: 1232px;
    margin: 0 auto;
    zoom: 1;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15)
}

.contain>.clearfloat {
    margin: 16px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav {
    width: 1232px;
    margin: -130px auto 0;
    font-size: 0;
    text-align: center;
    background: #D22F2F;
    border-radius: 8px 8px 0 0;
}

.nav a {
    display: inline-block;
    width: 136px;
    height: 80px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    margin-left: 16px;
}

.nav a:hover {
    color: #fff;
}

.nav a.cur {
    color: #fff;
    font-size: 24px;
    position: relative
}

.nav a.cur::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #D22F2F;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    z-index: 99;
}

.headline {
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 205, 210, 1) 0%, rgba(255, 255, 255, 1) 30%);
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
}

.headline .more {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0;
}

.headline .more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border: 30px solid;
    border-color: #FF5252 #FF5252 transparent transparent;
}

.headline .more:after {
    position: relative;
    content: "更多";
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
    text-align: right;
    z-index: 9;
    color: #fff;
    margin-right: 6px;
    margin-top: 4px;
    float: right;
}

.headline a {
    line-height: 1.7;
    font-size: 14px;
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px;
    color: #aaa;
}

.headline a:hover {
    color: #333;
}

.headline a:first-child {
    font-size: 24px;
    display: block;
    color: #FF5252;
    width: 1100px;
    font-weight: bold;
    margin: 16px auto;
}

.pho_scroll {
    position: relative;
    width: 590px;
    height: 410px;
    background: #fff;
    float: left;
}

.pho_scroll a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.pho_scroll img {
    width: 100%;
    height: 100%;
}

.pho_scroll .text {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .3)
}

.pho_scroll_num {
    font-size: 0;
    height: 10px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
}

.pho_scroll_num span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #d47272;
    z-index: 99;
    border-radius: 50%;
}

.pho_scroll_num span.cur {
    background: #fff;
}

.tabs {
    width: 592px;
}

.tabs_title {
    font-size: 0;
    text-align: left;
    background: #D22F2F;
    height: 48px;
    padding-top: 8px;
    border-radius: 8px 8px 0 0;
}

.tabs_title span {
    font-size: 20px;
    width: 138px;
    margin-left: 8px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 48px;
    cursor: pointer;
    font-weight: normal
}

.tabs_title .cur {
    background: #fff;
    color: #FF5252;
    cursor: default;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.contain:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.newslist {
    line-height: 2.4;
    font-size: 16px;
}

.newslist .time {
    float: right;
    color: #aaa;
    font-size: 12px;
    line-height: 40px;
}

.newslist .photo {
    float: left;
    margin-right: 20px;
}

.newslist li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dcdcdc;
}

.newslist li:before {
    content: "· ";
    color: #ad0f0f;
    font-size: 20px;
    line-height: 40px;
}

.newslist a {
    color: #666;
}

.newslist a:hover {
    color: #c73737;
    display: inline-block;
}

.newslist li:hover .time {
    color: #999;
}

.newslist li.more {
    text-align: right;
    border: none;
}

.newslist .more a {
    color: #c5140f;
    font-size: 12px;
}

.newslist .more:before {
    display: none;
}

.newslisthdjl {
    line-height: 2.7;
    font-size: 14px;
}

.newslisthdjl li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dcdcdc;
}

.newslisthdjl li:before {
    content: "· ";
    color: #ad0f0f;
    font-size: 20px;
    line-height: 39px;
}

.newslisthdjl a {
    color: #666;
}

.newslisthdjl a:hover {
    color: #c73737;
    display: inline-block;
}

.newslisthdjl .time {
    float: right;
    color: #aaa;
    font-size: 12px;
    line-height: 39px;
}

.zhuanti {
    width: 50px;
    height: 160px;
    font-size: 20px;
    float: left;
    margin-right: 16px;
    border-radius: 4px;
    background: #D22F2F;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 4px;
    text-align: center;
    padding-left: 24px
}

.maquee_pho {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

.maquee_pho a {
    display: inline-block;
    width: 265px;
    height: 160px;
    margin-right: 16px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #999
}

.maquee_pho a:hover {
    color: #333;
}

.maquee_pho img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #eee;
}

.newsbox {
    width: 384px;
    float: left;
    margin-left: 24px;
}

.newsbox:first-child {
    margin-left: 0;
}

.title {
    text-align: left;
    color: #0069ae;
    border-bottom: 1px solid #FF5252;
}

.title em {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    background: #D22F2F;
    color: #fff;
    padding: 0 16px;
    border-radius: 4px 4px 0 0;
    box-shadow: 4px 1px 0px rgba(0, 0, 0, .1)
}

.title a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #FF5252;
    line-height: 40px;
}

.iconlink {
    font-size: 0
}

.iconlink a {
    display: inline-block;
    width: 105px;
    height: 105px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    background: #FFCDD2;
    margin-left: 16px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all .2s
}

.iconlink a:first-child {
    margin-left: 0
}

.iconlink a:hover {
    background: #F44336;
    box-shadow: 2px 2px 8px rgba(238, 61, 61, 0.5)
}

.iconlink a:before {
    font-family: iconfont;
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 16px auto;
    color: #FF5252
}

.iconlink a:hover::before {
    color: #fff;
    transform: scale(1.1, 1.1);
    margin-top: 20px;
}

.iconlink a span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    line-height: 32px;
    background: #F44336;
    font-size: 14px;
    color: #fff;
}

.iconlink2 {
    font-size: 0;
}

.iconlink2 a {
    display: inline-block;
    background: linear-gradient(45deg, rgba(255, 241, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 180px;
    line-height: 68px;
    font-size: 16px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #FFCDD2;
    margin: 10px 10px 0 0;
    color: #F44336;
}

.iconlink2 a:hover {
    background: #FFCDD2
}

.iconlink2 a::before {
    font-size: 32px;
    vertical-align: middle;
    margin: 0 24px;
}

.photowall {
    font-size: 0%;
    margin-top: 8px;
    margin-bottom: 16px;
}

.photowall a {
    display: inline-block;
    width: 194px;
    height: 194px;
    overflow: hidden;
    margin: 1px 1px 0 0;
    position: relative
}

.photowall a:first-child {
    width: 389px;
    height: 389px;
    float: left;
}

.photowall a img {
    height: 100%;
}

.photowall span {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_banner {
    display: block;
    width: 100%;
    height: 389px;
    margin-top: 8px;
    position: relative;
}

.video_banner::before {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 96px;
    margin: -48px 0 0 -48px;
    color: #fff;
    opacity: .5;
}

.video_banner img {
    height: 100%;
    width: 100%;
}

.video_banner p {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    width: 352px;
}

.footer {
    margin: auto;
    background: #D22F2F;
    padding: 24px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 2;
}

.mbx {
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

.mbx a {
    color: #aaa;
    margin-right: 10px;
}

.mbx span {
    color: #aaa;
    margin-right: 10px;
}

.mbx a:hover {
    color: #f60;
}

.mbx a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #D22F2F;
    color: #f60;
}

.mbx span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #D22F2F;
    color: #f60;
}


/*  */

.leftNav {
    line-height: 1;
    font-size: 16px;
}

.leftNav li {
    background: linear-gradient(#ff5252, #ad0f0f);
    margin-bottom: 4px;
    border-radius: 4px;
  /*  white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 16px;
    margin-bottom: 8px;
}

.leftNav li.cur,
.leftNav li:hover {
    background: #d27e7e
}

.leftNav a {
    color: #fff;
    display: block;
}

.leftNav a:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.article {
    background: #fff;
    padding: 24px;
    line-height: 2;
    font-size: 16px;
    color: #333;
}

.article_title {
    text-align: center;
    font-size: 24px;
    margin: 16px;
    padding-top: 10px;
}

.article_title2 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.article_title2 span {
    padding: 0 20px;
}

.article p {
    margin-bottom: 20px;
    text-indent: 28px;
}

.lingdao {
    margin-right: -32px;
}

.lingdao a {
    display: inline-block;
    width: 130px;
    margin: 0 16px 16px 0;
    background: #e0f5ff;
    border: 1px solid #0076ac;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    color: #0076ac;
}

.lingdao a span {
    float: right;
    font-size: 12px;
    color: #999;
}

.lingdao a:hover {
    background: #7ad4ff;
}

.lingdao a:first-child {
    width: 298px;
}

.iconlink02 {
    font-size: 0;
}

.iconlink02 a {
    display: inline-block;
    width: 116px;
    height: 75px;
    font-size: 14px;
    text-align: center;
    line-height: 4;
    color: #333;
    margin-bottom: 40px;
}

.iconlink02 a:hover {
    color: #c5140f;
}

.iconlink02 a:before {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    background: #c5140f;
    color: #fff;
    border-radius: 50%;
}

.iconlink03 {
    font-size: 0;
}

.iconlink03 a {
    display: inline-block;
    width: 115px;
    height: 100px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color: #333;
}

.iconlink03 a:hover {
    color: #c5140f;
}

.iconlink03 a:before {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    display: block;
    margin: 10px auto;
    color: #ff6666;
}

.tabs_title.links {
    border: 0;
}

.tabs_title.links span {
    background: #999;
    color: #fff;
    width: 236px;
}

.tabs_title.links span.cur {
    background: #fff;
    color: #333;
}

.tabs.tabs2 {
    width: auto;
}

.tabs2 .tabs_title {
    background: transparent;
    padding-top: 14px;
    height: auto;
}

.tabs2 .tabs_title span {
    width: 112px;
    height: 32px;
    font-size: 16px;
    background: #BDBDBD;
    line-height: 32px;
    border-radius: 16px;
}

.tabs2 .tabs_title .cur {
    background: #F44336;
    color: #fff;
}

.zhongdianlingyu a {
    color: #666;
    display: inline-block;
    line-height: 60px;
    margin-right: 25px;
    transition: all .3s;
}

.zhongdianlingyu a:before {
    content: "·";
    color: #015293
}

.pagelist {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}

.pagelist a {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 5px;
    background: #fff;
    color: #d22f2f;
    border: 1px solid #d22f2f;
    border-radius: 4px;
    /* padding: 2px; */
}

.pagelist a.cur {
    background: #d22f2f;
    color: #fff;
    border-color: #d22f2f;
}

.pagelist input {
    vertical-align: middle;
    width: 30px;
    border: 1px solid #d22f2f;
    text-align: center;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0 4px;
}

.pagelist strong {
    color: #d22f2f;
}

.pagelist span {
    margin-right: 5px;
}

.warning {
    padding: 0 10px 10px 10px;
    background: #ffffff;
    color: #333;
}

.warning p {
    font-size: 14px;
    text-indent: 28px;
    line-height: 1.8;
    margin: 0 0 10px 0;
    padding: 0;
}

.tableline {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.tableline th,
.tableline td {
    border: 1px solid #d6d6d6;
    padding: 2px 4px;
}

.tableline th {
    background: #d03434;
    color: #fff;
}

.tableline input[type=text],
.tableline textarea {
    border: 1px solid #d6d6d6;
    width: 100%;
    overflow: auto;
}

.tableline a {
    color: #09c;
}

.tableline a:hover {
    color: #f60;
}


/* 图片轮播 */

.photo_scroll {
    position: relative;
}

.photo_scroll a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.photo_scroll img {
    width: 100%;
    height: 100%;
}

.photo_scroll .text {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .3)
}

.photo_num {
    font-size: 0;
    height: 10px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
}

.photo_num span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #b16666;
    z-index: 99;
    border-radius: 50%;
}

.photo_num span.cur {
    background: #fff;
}

.tableline {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    line-height: 2.2;
}

.tableline th,
.tableline td {
    border: 1px solid #cc9b88;
    padding: 2px 4px;
    font-size: 14px;
    text-align: center;
}

.tableline th {
    background: #c5140f;
    color: #ffffff;
}

.tableline input[type=text],
.tableline textarea {
    border: 0;
    width: 100%;
    overflow: auto;
}

.tableline a {
    color: #c5140f;
    font-size: 14px;
}

.tableline a:hover {
    color: #c5140f;
    font-size: 14px;
}

.photolist_newslist {
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
}

.photolist_newslist li {
    display: block;
    float: left;
    margin: 5px 5px 15px 5px;
    border: 1px solid #c61410;
    height: 210px;
    padding: 5px;
    text-align: center;
    box-shadow: 1px 3px 4px #e8bbbb;
}

.photolist_newslist li:hover {
    border-color: #015293;
}

.photolist_newslist img {
    width: 255px;
    height: 160px;
    margin: 0 auto 5px auto;
}

.photolist_newslist a {
    display: block;
    margin: auto;
    color: #000;
}

.photolist_newslist span {
    display: block;
    margin: 10px auto 0 auto;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
    color: #000;
    font-size: 12px;
}

.tabs4 .tabs_title {
    position: relative;
    border-bottom: 2px solid #c10000;
    height: 40px;
    margin-bottom: 10px;
}

.tabs4 .tabs_title:before {
    content: "";
    width: 4px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 5px;
}

.tabs4 .tabs_title strong {
    display: block;
    font-size: 16px;
    color: #c10000;
}

.tabs4 .tabs_title small {
    display: block;
    font: normal 9px/1 Arial;
    color: #c10000;
}

.tabs4 .tabs_title .fr {
    margin-top: -30px;
}

.tabs4 .tabs_title span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #0092c7;
    cursor: pointer;
}

.tabs4 .tabs_title span.selected {
    position: relative;
    cursor: text;
}

.tabs4 .tabs_title span.selected:after {
    content: "\e618";
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -15px;
}

.link_group18 {
    font-size: 14px;
}

.link_group18 a {
    display: inline-block;
    width: 130px;
    color: #000;
    line-height: 2.5;
    text-align: center;
}

.link_group18 a:before {
    content: "·";
    margin-right: 5px;
}

.link_group18 a:hover {
    color: #f60;
}

.btn {
    border: 0;
    background: #c5140f;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 5px 20px 5px 15px;
    margin: 0 20px;
}

.btn:hover {
    background: #0075a9;
}

.btn:before {
    font-size: 24px;
    margin-right: 5px;
}

.inkPhoBox {
    width: 732px;
    margin: 15px auto 0px;
    background: #fff
}

.inkPhoBox .main {
    width: 732px;
}

.inkPhoBox .mod18 {
    width: 100%;
    position: relative;
}

.inkPhoBox #prev {
    background: url(../images/prevBtn.png) no-repeat;
    height: 48px;
    width: 25px;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 37px;
    cursor: pointer;
    padding: 0
}

.inkPhoBox #next {
    background: url(../images/nextBtn.png) no-repeat;
    height: 48px;
    width: 25px;
    position: absolute;
    z-index: 99;
    top: 37px;
    right: 0px;
    cursor: pointer;
    padding: 0
}

.inkPhoBox .mod18 #prevTop {
    display: none
}

.inkPhoBox .mod18 #nextTop {
    display: none
}

.inkPhoBox .mod18 li {
    float: left;
}

.inkPhoBox .mod18 .cf li {
    position: relative;
    color: #fff;
}

.inkPhoBox .mod18 .cf a {
    display: block;
    width: 100%;
    height: 377px;
    position: absolute;
    color: #fff;
}

.inkPhoBox .mod18 .cf a img {
    display: block;
    margin: auto
}

.inkPhoBox .mod18 .cf li span {
    display: block;
    width: 688px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.inkPhoBox .bigImgBox {
    width: width: 100%;
    height: 514px;
    border: 1px solid #E1E1E1;
    padding: 21px;
}

.inkPhoBox .mod18 .picBox {
    width: 688px;
    height: 514px;
    position: relative;
    overflow: hidden;
}

.inkPhoBox .mod18 .picBox ul {
    height: 514px;
    position: absolute;
    left: 0;
}

.inkPhoBox .mod18 .picBox li {
    width: 688px;
    height: 514px;
}

.inkPhoBox .smImgBox {
    height: 101px;
    padding: 11px;
    border: 1px solid #E1E1E1;
    margin-top: 12px;
    position: relative;
}

.inkPhoBox .mod18 .listBox {
    width: 707px;
    height: 101px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.inkPhoBox .mod18 .listBox ul {
    height: 101px;
    position: absolute;
    padding-left: 0px;
}

.inkPhoBox .mod18 .listBox li {
    width: 134px;
    height: 101px;
    cursor: pointer;
    position: relative;
    padding: 0 9px 0 0;
}

.inkPhoBox .mod18 .listBox li i {
    display: none;
}

.inkPhoBox .mod18 .listBox li a {
    display: block;
    width: 134px;
    height: 101px;
}

.inkPhoBox .mod18 .listBox li img {
    width: 100%;
    height: 100%
}

.inkPhoBox .mod18 .listBox .on img {
    border: 2px solid #B42222;
    width: 130px;
    height: 97px;
}

.inkPhoBox .mod18 .listBox .on {
    background: url(../images/img_bg.jpg) center top no-repeat;
}

.inkPhoBox .mod18 .listBox .on i {
    display: block;
}

.inkPhoBox .left_top {
    font-family: Arial;
    font-size: 32px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #333
}

.tabstitle03 {
    margin-bottom: 30px;
    line-height: 1;
    color: #d22f2f;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}

.tabstitle03:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 18px;
    background: #d22f2f;
    margin-right: 5px;
}

.tabstitle03 a {
    display: inline-block;
    border-bottom: 3px solid #fff;
    color: #aaa;
    font-size: 18px;
    font-weight: normal;
    float: right;
    padding-bottom: 10px;
    margin-left: 20px;
}

.tabstitle03 .cur {
    border-bottom: 3px solid #d22f2f;
    color: #d22f2f;
}

.pholist {
    font-size: 0;
    margin-left: -15px;
}

.pholist li {
    display: inline-block;
    width: 220px;
    height: 165px;
    margin: 0 0 15px 18px;
    transition: all .3s;
    border-radius: 3px;
    overflow: hidden;
}

.pholist li:hover {}

.pholist img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pholist li:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pholist p {
    background: #000;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -30px;
    position: relative;
}

.pholist li:hover p {
    background: #000;
}

.videolist {
    margin: 20px -10px 0 0;
    font-size: 0;
}

.videolist li {
    width: 285px;
    height: 210px;
    display: inline-block;
    margin-right: 35px;
    vertical-align: top;
    position: relative;
}

.videolist :before {
    font-size: 56px;
    display: block;
    position: absolute;
    top: 40px;
    left: 116px;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.videolist li:first-child a:before {
    font-size: 100px;
    top: 100px;
    left: 200px;
}

.videolist li:hover:before {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    opacity: .8;
    filter: alpha(opacity=80);
}

.videolist img {
    width: 100%;
    height: 140px;
    border-radius: 4px;
}

.videolist .videotitle {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    max-height: 42px;
    margin-bottom: 5px;
    overflow: hidden;
}

.videolist .subtitle {
    font-size: 12px;
    color: #aaa;
}

.videolist .i-video:before {
    color: #0190d1;
    margin-right: 5px;
}

.videolist li:first-child {
    width: 500px;
    height: 420px;
    float: left;
}

.videolist li:first-child img {
    height: 350px;
}

.videolist li:first-child .videotitle {
    color: #000;
}

.videolist_sec {
    margin: 20px -10px 0 0;
    font-size: 0;
}

.videolist_sec li {
    width: 245px;
    height: 210px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
}

.videolist_sec li:before {
    content: "\e052";
    font-size: 40px;
    display: block;
    position: absolute;
    top: 46px;
    left: 106px;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.videolist_sec li:hover:before {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    opacity: .8;
    filter: alpha(opacity=80);
}

.videolist_sec img {
    width: 100%;
    height: 140px;
    border-radius: 4px;
}

.videolist_sec .videotitle_sec {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    max-height: 42px;
    margin-bottom: 5px;
    overflow: hidden;
}

.videolist_sec .subtitle_sec {
    font-size: 12px;
    color: #aaa;
}

.videolist_sec .i-video:before {
    color: #0190d1;
    margin-right: 5px;
}

.i-video_sec:before {
    content: "\e050"
}

#_span_jiucuo img {
    position: relative;
    top: -16px;
}

.searchBar {
    position: absolute;
    top: 230px;
    left: 50%;
    background: #D22F2F;
    padding: 4px;
    border-radius: 8px;
    margin-left: 350px;
}

.searchBar input {
    width: 200px;
    height: 32px;
    border: 0;
    border-radius: 4px;
    padding: 0 4px;
}

.searchBar button {
    background: #D22F2F;
    color: #fff;
    border: 0;
    padding: 0 8px;
    line-height: 30px;
}

.tabs4map .tabs_title {
    position: relative;
    border-bottom: 2px solid #c10000;
    height: 40px;
    margin-bottom: 10px;
}

.tabs4map .tabs_title:before {
    content: "";
    width: 4px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 5px;
}

.tabs4map .tabs_title strong {
    display: block;
    font-size: 16px;
    color: #c10000;
}

.tabs4map .tabs_title small {
    display: block;
    font: normal 9px/1 Arial;
    color: #c10000;
}

.tabs4map .tabs_title .fr {
    margin-top: -30px;
}

.tabs4map .tabs_title span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #0092c7;
    cursor: pointer;
}

.tabs4map .tabs_title span.selected {
    position: relative;
    cursor: text;
}

.tabs4map .tabs_title span.selected:after {
    content: "\e618";
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -15px;
}

.title4 {
    font-size: 16px;
    color: #c5140f;
    clear: both;
    line-height: 2;
    margin-bottom: 15px;
    margin-top: 15px;
}

.title4:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 14px;
    background: #c5140f;
    margin-right: 5px;
}

.bannerBg {
    width: 100%;
    height: 410px;
    z-index: -1;
    overflow: hidden;
    position: relative;
}

.bannerBg .pho_scroll {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.bannerBg .pho_scroll .text,
.bannerBg .pho_scroll .pho_scroll_num {
    display: none
}

.bannerBg .bannerBgCover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/topbannercover.png) center no-repeat;
    top: 0;
    left: 0;
    z-index: 99;
}

.title2 {
    padding: 9px 0;
    font-size: 18px;
    font-weight: bold;
    color: #015293;
}

.tableline2 {
    font-size: 16px;
    width: 100%;
    line-height: 2.5;
}

.tableline2 th,
.tableline2 td {
    border-bottom: 1px #ccdce8 solid;
    border-width: 0 0 1px 0;
    padding: 4px;
}

.tableline2 th {
    font-size: 16px;
    color: #2a74b8;
    font-weight: bold;
    vertical-align: top;
}

.pd10 {
    padding-top: 20px;
}

.lingdaosc a {
    display: inline-block;
    width: 100px;
    cursor: text;
    font-size: 16px;
}

.lingdaosc a[href] {
    color: #2e80bf;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 5px;
}

.lingdaosc a[href]:hover {
    color: #f60;
}

.fixedmenu{
    width: 60px;
    position: fixed;
    top: 366px;
    left: 50%;
    margin-left: 618px;
   /* background-color:#ccefff;*/
    border-radius:4px;
}
.fixedmenu a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #d22f2f;
    position: relative;
    margin-bottom: 10px;
    font-weight:700;
}
.fixedmenu a:before{
    font-size: 28px;
    color: #d22f2f;
    display: block;
    margin:  8px auto 6px;
    position: relative;
    z-index: 2;
}
.fixedmenu img{
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100px;
    z-index: 9;
    display: none;
    box-shadow: 2px 2px 9px rgba(0,0,0,.2);
}
.fixedmenu a:hover img{
    display: block;
}
.i-weixin:before{
    content: "\e048";
}

.fixedmenus{
    width: 60px;
    position: fixed;
    top: 366px;
    left: 50%;
    margin-left: 618px;
   /* background-color:#ccefff;*/
    border-radius:4px;
}
.fixedmenus a{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #b91111;
    position: relative;
    margin-bottom: 10px;
    font-weight:700;
}
.fixedmenus a:before{
    font-size: 28px;
    color: #b91111;
    display: block;
    margin:  8px auto 6px;
    position: relative;
    z-index: 2;
}
.fixedmenus img{
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100px;
    z-index: 9;
    display: none;
    box-shadow: 2px 2px 9px rgba(0,0,0,.2);
}
.fixedmenus a:hover img{
    display: block;
}